Package com.cisco.pt.ipc.system
Interface StringPool
- All Known Implementing Classes:
StringPoolImpl
Information provided by the PKI file:
\class StringPool
\brief StringPool handles and manipulates string variable pools for activities.
\example appWindow().getActiveFile().getVariableManager().getStringPoolAt(0)
- Author:
- Auto-generated
-
Method Summary
Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.system.Pool
getElementToString, isInPool, name
-
Method Details
-
valuesToString
String valuesToString()Information provided by the PKI file:
\brief Returns all the strings in this pool seperated by a semicolon (no space). \return QString, all the strings in this pool seperated by a semicolon (no space).- Returns:
- String Returns a String
-